home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_pdmshell.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  421 b   |  15 lines

  1. // 14-Apr-98 $$1  ZRL  Created
  2. // 05-Jan-00 $$2  VEG  Fixed passing args
  3. #include:head.inc
  4.  
  5. #include:shlib.inc
  6.  
  7. #includeenv:PTCNMSPORT:ptcnmsport.env
  8.  
  9. setenv PRO_DIRECTORY $prodir
  10. if (! -e /etc/pdmservers.txt && -e $prodir/etc/`hostname`/pdmservers.txt) setenv PDM_CLIENT_DIR $prodir/etc/`hostname`
  11.  
  12. setenv PDM_DIRECTORY $prodir/pdm
  13. setenv PRO_COMM_MSG_EXE $prodir/$mc/obj/pro_comm_msg
  14. exec $prodir/$mc/obj/pdmshell $*:q
  15.